-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eds): Flattened, FlattenedODS, Equals #241
Conversation
Codecov Report
@@ Coverage Diff @@
## main #241 +/- ##
=======================================
Coverage ? 79.01%
=======================================
Files ? 7
Lines ? 591
Branches ? 0
=======================================
Hits ? 467
Misses ? 74
Partials ? 50 |
if eds.originalDataWidth != other.originalDataWidth { | ||
return false | ||
} | ||
if eds.codec.Name() != other.codec.Name() { | ||
return false | ||
} | ||
if eds.chunkSize != other.chunkSize { | ||
return false | ||
} | ||
if eds.width != other.width { | ||
return false | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would combine in one multi line if, but thats a nit/preference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@cmwaters @staheri14 ready for re-review |
This reverts commit 2b22e3a.
Accidentally pushed a commit to this branch, when it should be a separate PR |
Closes #234
cc: @Wondertan @walldiss